home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / DelphiWin32 / VCLWin32 / ImagView / ViewWin.dfm < prev    next >
Encoding:
Text File  |  2004-10-22  |  467 b   |  25 lines

  1. object ViewForm: TViewForm
  2.   Left = 211
  3.   Top = 121
  4.   AutoScroll = False
  5.   AutoScroll = False
  6.   Caption = 'View Form'
  7.   ClientHeight = 287
  8.   ClientWidth = 495
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   TextHeight = 16
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 495
  20.     Height = 287
  21.     Align = alClient
  22.     AutoSize = True
  23.   end
  24. end
  25.